home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Sample Code / Newton Sample Code 1.1 / Drawing / Hand Crank-2 / README.Hand Crank < prev   
Encoding:
Text File  |  1994-03-08  |  416 b   |  12 lines  |  [TEXT/R*ch]

  1. HandCrank, by Todd Courtois
  2. Copyright (c) 1993-94 Apple Computer, Inc.  All rights reserved.
  3.  
  4. NTK 1.0.
  5.  
  6. Shows how one can do fast text drawing by hand.  Simple blasts an array
  7. of text lines to a clView.  Does no wrapping, but scrolls.
  8.  
  9. Calls to GetRandomWord() could be replaced by useful text-formatting
  10. routines to take your gobs of text and get it onscreen quickly. 
  11. Important for things like terminal emulators.
  12.